Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Add Cordova#363

Open
pezholio wants to merge 10 commits intomasterfrom
add-cordova
Open

Add Cordova#363
pezholio wants to merge 10 commits intomasterfrom
add-cordova

Conversation

@pezholio
Copy link

@davetaz - I've added the Cordova example app to the project, and added some code that symlinks the generated module code to the Cordova www directory, so you can then do all the Cordova build work from there. This makes getting started a bit easier, and also will allow you to customise things like app name, splash screen etc via the build scripts further down the line.

@davetaz
Copy link
Member

davetaz commented Mar 24, 2016

I shall look into this maybe over the weekend. One of the issues I have is the generation of icons and the inclusion in xCode to get the app to verify. Cordova has a habit of producing apps that don't verify with apple due to the continual changing requirements for splash screen and icon sizes. xCode manages this well. On my local machine I have a set of xCode managed icons and splash screens that load into the project when I open it. So what I will need to do is check this build can create them. I also probably need to add all the package names from our apple account and signing public keys etc etc etc etc. I'm gonna leave this PR for now and take a look at what I might get and how it compares to this as then I'll know the diff between this and what I have locally, which would really really help.

@pezholio
Copy link
Author

Cool, I'm off next week, so no mad rush 👍

davetaz and others added 7 commits April 6, 2016 11:27
@pezholio
Copy link
Author

I've pulled @jezhiggins's changes into here, and I think this is good to go. To run on a device, run cordova build android, then copy the resulting obb file from platforms/android/build/obb to <device>/Android/obb/org.theodi.elearning1/

Only caveat is that if you want to run it on a device, you need to run cordova build android then cordova run android --nobuild. For some reasons the prebuild scripts don't run when running.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants